home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
dev
/
mui
/
bcc_src.lha
/
Parser
/
MethodDef.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-06-21
|
298b
|
22 lines
#ifndef METHODDEF_H
#define METHODDEF_H
#include "InterDef.h"
#define MMET_ASKMINMAX 1
#define SW_LOCAL 1<<14
class MethodDef: public InterDef {
public:
char *msgtype;
char GetTagType( void ) { return 'M'; }
MethodDef( char *n, short len, ClassDef *clsd, unsigned short sw );
};
#endif